
In the following consumption vector, 
we find for example -

cappingSealingMachine1 shrinkPackagingMachine1 reshrinkPackagingMachine1 coldStorage1 yakult6

Which is part of the construction of Yakult.


20210909 Naming: Machine + Protocol

In production we may describe the actions of a machine, as in:
Machine + Protocol. In our model, instead of being domain restricted, we can use general terms, 'Object', and 'Behavior' of the object.


Object_Behavior
	like this -
shrinkPackagingMachine1_StirFor37000ms

For non-machines, for example trees, Object_Behavior may be something like 'tree_grow', or for a human 'Person_DriveCar'.


The Symbols which we use, that represent positions in the chain, can only have one CO2 value. If an object may have multiple CO2 values, it is necessary to create multiple symbols. For example, 

Person_DriveCar1
Person_DriveCar2

which are assigned the different CO2 values of:

0.001
and
9999999.9









Get consumption vectos (CV) from the entropy graph:


Use a graph like this:
http://www.entropynetwork.com/doc2/?jsonURL=%2Fpub%2Fdata%2Feco2%2F20210910023129-jesse-yakult-CVM-diverge6-segment2-diagram.json&xres=2048&yres=2048&imageURL=

Then click the observer node that observes the chain (CV). 
Now click "findVector" button that appears near the "Set Text" box.

The text of the vector as a sentence will appear in the output box.

the top level CV must be made last, make that by hand. The findVector function can not be used to find it because the names are all duplicates.






////
training CVM ....

OK 1] remove the floats and add period to sentence
OK 2] make sure training data is in /train and in /dev




